2008-08-05 Tor Lillqvist <tml@novell.com>
* configure.in: Define GDK_NATIVE_WINDOW_POINTER on 32-bit
Windows, too. It just makes more sense, as a HWND *is* a kind of
pointer.
* gdk/gdkconfig.h.win32: Ditto here.
svn path=/trunk/; revision=20986
+2008-08-05 Tor Lillqvist <tml@novell.com>
+
+ * configure.in: Define GDK_NATIVE_WINDOW_POINTER on 32-bit
+ Windows, too. It just makes more sense, as a HWND *is* a kind of
+ pointer.
+
+ * gdk/gdkconfig.h.win32: Ditto here.
+
2008-08-04 Björn Lindqvist <bjourne@gmail.com>
Bug 534979 – GtkImageMenuItem is a bin but has two children.
#define GDK_WINDOWING_X11'
elif test "x$gdktarget" = "xwin32" ; then
gdk_windowing='
-#ifdef _WIN64
-# define GDK_NATIVE_WINDOW_POINTER
-#endif
+#define GDK_NATIVE_WINDOW_POINTER
#define GDK_WINDOWING_WIN32'
elif test "x$gdktarget" = "xquartz" ; then
# endif
#endif /* !GSEAL */
-#ifdef _WIN64
-# define GDK_NATIVE_WINDOW_POINTER
-#endif
+#define GDK_NATIVE_WINDOW_POINTER
#define GDK_WINDOWING_WIN32